home *** CD-ROM | disk | FTP | other *** search
- diff -urb /usr/users/michal/ST/cross-gcc/include/PatchLev.h include/PatchLev.h
- --- /usr/users/michal/ST/cross-gcc/include/PatchLev.h Mon Jun 8 11:04:07 1992
- +++ include/PatchLev.h Mon Jul 20 16:17:36 1992
- @@ -1,5 +1,5 @@
-
- -#define PatchLevel "81"
- +#define PatchLevel "82"
-
- /*
- *
- diff -urb /usr/users/michal/ST/cross-gcc/include/gdbm.h include/gdbm.h
- --- /usr/users/michal/ST/cross-gcc/include/gdbm.h Mon Jun 8 11:40:37 1992
- +++ include/gdbm.h Mon Jul 20 16:17:36 1992
- @@ -26,6 +26,7 @@
- phone: (206) 676-3035
-
- *************************************************************************/
- +
- #ifdef __cplusplus
- extern "C" {
- #endif
- diff -urb /usr/users/michal/ST/cross-gcc/include/math.h include/math.h
- --- /usr/users/michal/ST/cross-gcc/include/math.h Mon Jun 8 11:04:21 1992
- +++ include/math.h Mon Jul 20 16:17:38 1992
- @@ -76,6 +76,20 @@
- double retval; /* val to return */
- };
-
- +#define M_LN2 0.69314718055994530942
- +#define M_PI 3.14159265358979323846
- +#define M_SQRT2 1.41421356237309504880
- +#define M_E 2.7182818284590452354
- +#define M_LOG2E 1.4426950408889634074
- +#define M_LOG10E 0.43429448190325182765
- +#define M_LN10 2.30258509299404568402
- +#define M_PI_2 1.57079632679489661923
- +#define M_PI_4 0.78539816339744830962
- +#define M_1_PI 0.31830988618379067154
- +#define M_2_PI 0.63661977236758134308
- +#define M_2_SQRTPI 1.12837916709551257390
- +#define M_SQRT1_2 0.70710678118654752440
- +
- #endif /* __STRICT_ANSI__ */
-
- extern const double _infinitydf; /* in normdf.cpp */
- diff -urb /usr/users/michal/ST/cross-gcc/include/memory.h include/memory.h
- --- /usr/users/michal/ST/cross-gcc/include/memory.h Mon Jun 8 11:04:21 1992
- +++ include/memory.h Mon Jul 20 16:17:38 1992
- @@ -14,8 +14,14 @@
- typedef _SIZE_T size_t;
- #endif
-
- -#ifdef __GNUC__
- -# ifndef alloca
- +#ifndef alloca
- +# ifndef __GNUC__
- +# ifndef __cplusplus
- + __EXTERN void *alloca __PROTO((size_t));
- +# else
- + __EXTERN void *alloca __PROTO((long unsigned int));
- +# endif
- +# else
- # define alloca(X) __builtin_alloca(X)
- # endif
- #endif
- diff -urb /usr/users/michal/ST/cross-gcc/include/signal.h include/signal.h
- --- /usr/users/michal/ST/cross-gcc/include/signal.h Mon Jun 8 11:14:55 1992
- +++ include/signal.h Mon Jul 20 16:17:38 1992
- @@ -50,8 +50,8 @@
- typedef void (*__Sigfunc) __PROTO((int signum));
- typedef short sig_atomic_t;
-
- -#define SIG_DFL (__Sigfunc)0L
- -#define SIG_IGN (__Sigfunc)1L
- +#define SIG_DFL ((__Sigfunc)0L)
- +#define SIG_IGN ((__Sigfunc)1L)
- #define SIG_ERR ((__Sigfunc)-1L)
-
- __EXTERN __Sigfunc signal __PROTO((int sig, __Sigfunc func));
- diff -urb /usr/users/michal/ST/cross-gcc/include/stdlib.h include/stdlib.h
- --- /usr/users/michal/ST/cross-gcc/include/stdlib.h Mon Jun 8 11:04:31 1992
- +++ include/stdlib.h Mon Jul 20 16:17:40 1992
- @@ -62,16 +62,25 @@
- __EXTERN void *realloc __PROTO((void *_r, size_t n));
- __EXTERN void *calloc __PROTO((size_t n, size_t sz));
- #ifndef __STRICT_ANSI__
- -#ifndef alloca
- +
- +# ifndef alloca
- +# ifndef __GNUC__
- # ifndef __cplusplus
- __EXTERN void *alloca __PROTO((size_t));
- # else
- __EXTERN void *alloca __PROTO((long unsigned int));
- +# endif /* __cplusplus */
- +# else
- +# define alloca(X) __builtin_alloca(X)
- +# endif /* __GNUC__ */
- +# endif /* alloca */
- +
- +# ifdef atarist
- + __EXTERN void _malloczero __PROTO((int yes));
- + __EXTERN void _mallocChunkSize __PROTO((size_t siz));
- # endif
- -#endif
- -__EXTERN void _malloczero __PROTO((int yes));
- -__EXTERN void _mallocChunkSize __PROTO((size_t siz));
- -#endif
- +
- +#endif /* __STRICT_ANSI__ */
-
- __EXTERN __EXITING abort __PROTO((void));
- #ifndef __cplusplus
- diff -urb /usr/users/michal/ST/cross-gcc/include/string.h include/string.h
- --- /usr/users/michal/ST/cross-gcc/include/string.h Mon Jun 8 11:04:32 1992
-
- diff -urb /usr/users/michal/ST/cross-gcc/include/termcap.h include/termcap.h
- --- /usr/users/michal/ST/cross-gcc/include/termcap.h Mon Jun 15 19:55:42 1992
- +++ include/termcap.h Mon Jul 20 16:17:40 1992
- @@ -28,7 +28,7 @@
- __EXTERN void tputs __PROTO((char *cp, int affcnt, int (*outc)(int )));
-
- #ifdef __cplusplus
- -extern "C" {
- +}
- #endif
-
- #endif /* _TERMCAP_H */
- diff -urb /usr/users/michal/ST/cross-gcc/include/vdibind.h include/vdibind.h
- --- /usr/users/michal/ST/cross-gcc/include/vdibind.h Mon Jun 8 11:04:36 1992
- +++ include/vdibind.h Mon Jul 20 16:17:42 1992
- @@ -398,18 +398,17 @@
- __EXTERN void vqt_cachesize __PROTO(( int handle, int which_cache,
- size_t *size ));
-
- -
- /*
- -* bezier curves stuff
- -*/
- + * bezier curves stuff
- + */
- __EXTERN void v_set_app_buff __PROTO((void **buf_p, int size));
-
- __EXTERN int v_bez __PROTO((int handle, int count,
- -int *xyarr, char *bezarr,
- -int extent[4], int *npts, int *nmvs));
- + int *xyarr, char *bezarr,
- + int extent[4], int *npts, int *nmvs));
- __EXTERN int v_bez_fill __PROTO((int handle, int count,
- -int *xyarr, char *bezarr,
- -int extent[4], int *npts, int *nmvs));
- + int *xyarr, char *bezarr,
- + int extent[4], int *npts, int *nmvs));
- __EXTERN int v_bez_qual __PROTO((int handle, int percent, int *actual));
-
- #ifdef ALTERNATE
- @@ -424,7 +423,6 @@
- __EXTERN int v_bez_on __PROTO((int handle));
- __EXTERN void v_bez_off __PROTO((int handle));
- #endif /* ALTERNATE */
- -
-
- #ifdef __cplusplus
- }
-